Introduction
Youtube shuffle is a React app using Youtube Data API. It has a personalized user interface which allows users to search a Youtube video and play it. It also includes a shuffle function, which the program will randomly generated a keyword and presents the related videos from Youtube.
Technologies and libraries using in this project are listing below:
Front-end Library: React
UI Library: MDUI
APIs: Youtube Data API v3
Other Libraries: Faker.js (to generate random keywords)
This project was bootstrapped with Create React App.